home *** CD-ROM | disk | FTP | other *** search
- JH_BBSName = 11
- JH_Sysop = 12
- DT_NAME = 100
- DT_PASSWORD = 101
- DT_LOCATION = 102
- DT_PHONENUMBER = 103
- DT_SLOTNUMBER = 104
- DT_SECSTATUS = 105
- DT_MESSAGESPOSTED= 109
- DT_UPLOADS = 110
- DT_DOWNLOADS = 111
- DT_TIMESCALLED = 112
- DT_TIMELASTON = 113
- DT_TIMEUSED = 114
- DT_TIMELIMIT = 115
- DT_TIMETOTAL = 116
- DT_BYTESUPLOAD = 117
- DT_BYTEDOWNLOAD = 118
- DT_DAILYBYTELIMIT= 119
- DT_DAILYBYTEDLD = 120
- DT_EXPERT = 121
- DT_LINELENGTH = 122
- ACTIVE_NODES = 123
- DT_DUMP = 124
- BB_CONFNAME = 126
- BB_CONFLOCAL = 127
- BB_LOCAL = 128
- BB_STATUS = 129
- BB_COMMAND = 130
- BB_MAINLINE = 131
- /* Hacker v3.3 Setup File - Use caution if you decide to edit this file. */
- datestamp=date('U')
- newdate=date;termtype=0
- if exists(misc'tt'termtype'.start') & termtype > 0 then do;sendfile misc'tt'termtype'.start';end;else sendfile misc'sys.start'
-
- getuser DT_SECSTATUS;access=result;CLS='\f1';getuser DT_NAME;name=result
- RETURN = '\cbHit \c1[\cfRETURN\c1] \cbto Continue\c1: '
- WD=0;EXPERT = 0;TOTALUSERS = 0;WINFLAG = 0;MAINCOUNT = 0;HEHIT = 0;BANKMONEY = 1000000
- MEGS = 10;SCA = 1;BW = 1;TROJ = 1;MK = 1;drty = 1;ttyp = 1;xrp = 0
- LASTFIGHT = 'None';TOTALPLAYS = 0;totmgcr = 0;TOTALWINS = 0;TOTALLOSS = 0
- MEGSLOST = 0;BWUSED = 0;TROJUSED = 0;SCAUSED = 0;MKUSED = 0;MONEY = 1000
- LEVEL = 1;LEVNAME = 'Beginner';EXBTYPE = 0;MAINCOUNTER = 0;MAXTURNS = 30
- SAVINGS = 0;thecard=0
-
- if ~exists(save'BANK') then do;txt='makedir 'save'Bank';address command ''txt;end
- if ~exists(BNK'MONBANK') then do;call open gag, (BNK'MONBANK'), 'W';call writeln gag, '1000000000';call close gag;end
- call open gag, (bnk'monbank'), 'R';bankmoney=readln(gag);call close gag
- if exists(BNK''NAME) then do;call open gag, (BNK''NAME), 'R';SAVINGS = readln(gag);call close gag;end
- if ~exists(BNK''NAME) then do;call open gag, (BNK''NAME), 'W';call writeln gag, 0;call close gag;end
- if ~exists(save'Players') then do;address command 'makedir 'save'Players';end
- if ~exists(mess) then do;address command 'makedir 'save'Messages';end
-
- boom=1
-
-